AddressEntries
Collection Object
The AddressEntries
collection object contains one or more AddressEntry objects.
Quick Info
Specified
in header file: |
MDISP.ODL |
First
available in version: |
OLE
Messaging Library 1.1 |
Parent
objects: |
AddressList |
Child
objects: |
AddressEntry |
Default
property: |
Item |
An
AddressEntries collection is considered a large collection, which means
that the Count and Item properties have limited validity, and
your best option is to use an AddressEntry object identifier value or the Get
methods to access an individual AddressEntry object within the collection.
Properties
|
Available
in version |
|
|
Application |
1.1 |
String |
Read-only |
Class |
1.1 |
Long |
Read-only |
Count |
1.1 |
Long |
Read-only |
Filter |
1.1 |
AddressEntryFilter
object |
Read/write |
Item |
1.1 |
AddressEntry
object |
Read-only |
Parent |
1.1 |
AddressList
object |
Read-only |
Session |
1.1 |
Session
object |
Read-only |
Methods
|
Available
in version |
|
Add |
1.1 |
emailtype
as String, |
|
|
|
Delete |
1.1 |
(none) |
GetFirst |
1.1 |
(none) |
GetLast |
1.1 |
(none) |
GetNext |
1.1 |
(none) |
GetPrevious |
1.1 |
(none) |
|
|
|
|
|
|
Remarks
Each
AddressEntry object in the collection holds information representing a person
or process to which the messaging system can deliver messages. An
AddressEntries collection provides access to the entries in a MAPI address
book.